stm32f4: fix gpio description in comment
authorAntonio Borneo <[email protected]>
Wed, 1 Jul 2015 08:04:14 +0000 (16:04 +0800)
committerTom Rini <[email protected]>
Thu, 9 Jul 2015 01:51:40 +0000 (21:51 -0400)
commit03514739dce8cde8af5ee494405c9049925fb9de
treed34c506fe47f508610ab53867220b056effaa991
parent6f921ecc7e59792940833235b58e488638030ed6
stm32f4: fix gpio description in comment

On STM32F429 gpio PC6/PC7 can be allocated for USART6, as
reported in the comment.
But current code in
drivers/serial/serial_stm32.c
uses a different gpio mapping (PG14/PG9) for USART6.

Fix the comment to match current code in the driver.

Signed-off-by: Antonio Borneo <[email protected]>
To: [email protected]
To: Kamil Lulko <[email protected]>
Cc: Tom Rini <[email protected]>
include/configs/stm32f429-discovery.h